func github.com/refraction-networking/utls.curveForCurveID
7 uses
github.com/refraction-networking/utls (current package)
handshake_client.go#L191: if _, ok := curveForCurveID(curveID); !ok {
handshake_client_tls13.go#L344: if _, ok := curveForCurveID(curveID); !ok {
handshake_server_tls13.go#L258: if _, ok := curveForCurveID(ecdhGroup); !ok {
key_agreement.go#L181: if _, ok := curveForCurveID(curveID); !ok {
key_agreement.go#L296: if _, ok := curveForCurveID(curveID); !ok {
key_schedule.go#L65: curve, ok := curveForCurveID(curveID)
key_schedule.go#L73: func curveForCurveID(id CurveID) (ecdh.Curve, bool) {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |